home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Educational Software Cooperative 4
/
Educational Software Cooperative 4.iso
/
bestesc
/
printme.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-13
|
265b
|
10 lines
echo off
cls
IF exist readme.txt type readme.txt > prn
If exist readme.txt echo > prn
If exist readme.txt goto end
echo Can't find the file README.TXT!
echo Make sure you are logged into the correct drive.
if exist go.bat echo Try the command GO.
:end